google.golang.org/grpc/internal/transport.channelzData.lastStreamCreatedTime (field)

5 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L754: 				atomic.StoreInt64(&t.czData.lastStreamCreatedTime, time.Now().UnixNano())
		http2_client.go#L1753: 		LastLocalStreamCreatedTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastStreamCreatedTime)),
		http2_server.go#L584: 		atomic.StoreInt64(&t.czData.lastStreamCreatedTime, time.Now().UnixNano())
		http2_server.go#L1390: 		LastRemoteStreamCreatedTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastStreamCreatedTime)),
		transport.go#L807: 	lastStreamCreatedTime int64